Aida-chiyo-Talk-app

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

Aida chiyo Talk app.csproj (1086B)


      1 <Project Sdk="Microsoft.NET.Sdk">
      2 
      3   <PropertyGroup>
      4     <OutputType>Exe</OutputType>
      5     <TargetFramework>net6.0</TargetFramework>
      6     <RootNamespace>Aida_chiyo_Talk_app</RootNamespace>
      7     <ImplicitUsings>enable</ImplicitUsings>
      8     <Nullable>enable</Nullable>
      9   </PropertyGroup>
     10 
     11   <ItemGroup>
     12     <PackageReference Include="IronPython" Version="3.4.1" />
     13     <PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
     14     <PackageReference Include="Microsoft.ML" Version="2.0.1" />
     15     <PackageReference Include="System.Windows.Extensions" Version="7.0.0" />
     16   </ItemGroup>
     17 
     18   <ItemGroup>
     19     <None Update="Python.py">
     20       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     21     </None>
     22     <None Update="RinnaAIPython.cmd">
     23       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     24     </None>
     25     <None Update="RinnaAIPython.exe">
     26       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     27     </None>
     28     <None Update="RinnaAIPython.py">
     29       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     30     </None>
     31   </ItemGroup>
     32 
     33 </Project>